home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / Prograph Classic 2.6.1 / Prograph Reference Manual / Prograph Reference 5-7 / Prograph Reference 5-7.rsrc / TEXT_174.txt < prev    next >
Encoding:
Text File  |  1995-10-25  |  3.2 KB  |  171 lines

  1.  
  2.  Type
  3.  
  4.  
  5. _________________________________________________
  6.  
  7.                            boolean?     *359*
  8.  
  9.  
  10. Input names: Item
  11.  
  12. Input types: <any>
  13.  
  14. Output names: [Result]
  15.  
  16. Output types: [boolean]
  17.  
  18. Description:     Result is TRUE if and only if type of Item is boolean.
  19.  
  20. See also:  instance?, integer?, list?, number?, real?, string?, type
  21.  
  22.  
  23. _________________________________________________
  24.  
  25.                                        external-type    *359*
  26.  
  27.  
  28. Input type: external[@[@]]
  29.  
  30. Output type: string
  31.  
  32. Description:     StructName is the name of the external type whose structure, pointer, or handle is referred to by Data (for example, ‚ÄúPoint‚Äù or ‚ÄúControlRecord‚Äù). A list of possible external type names can be found in the Info window under External Structures.
  33.  
  34. See also:     type
  35.  
  36.  
  37. _________________________________________________
  38.  
  39.                                      instance?     *359*
  40.  
  41.  
  42. Input names: Item
  43.  
  44. Input types: <any>
  45.  
  46. Output names: [Result]
  47.  
  48. Output types: [boolean]
  49.  
  50. Description:     Result is TRUE if and only if Item is an instance of a class.
  51.  
  52. See also:  boolean?, integer?, list?, number?, real?, string?, type
  53.  
  54.  
  55. _________________________________________________
  56.  
  57.                                      integer?     *360*
  58.  
  59.  
  60. Input names: Item
  61.  
  62. Input types: <any>
  63.  
  64. Output names: [Result]
  65.  
  66. Output types: [boolean]
  67.  
  68. Description:     Result is TRUE if and only if type of Item is integer.
  69.  
  70. See also:  boolean?, instance?, list?, number?, real?, string?, type
  71.  
  72.  
  73. _________________________________________________
  74.  
  75.                                  list?     *360*
  76.  
  77.  
  78. Input names: Item
  79.  
  80. Input types: <any>
  81.  
  82. Output names: [Result]
  83.  
  84. Output types: [boolean]
  85.  
  86. Description:     Result is TRUE if and only if type of Item is list.
  87.  
  88. See also:  boolean?, instance?, integer?, number?, real?, string?, type
  89.  
  90.  
  91. _________________________________________________
  92.  
  93.                               mac-type     *360*
  94.  
  95.  
  96. Input types: macintosh
  97.  
  98. Output types: string
  99.  
  100. Description:     MacType is the value of the type field of Mac.
  101.  
  102. See also:  type
  103.  
  104.  
  105. _________________________________________________
  106.  
  107.                                    number?      *361*
  108.  
  109.  
  110. Input names: Item
  111.  
  112. Input types: <any>
  113.  
  114. Output names: [Result]
  115.  
  116. Output types: [boolean]
  117.  
  118. Description:     Result is TRUE if and only if type of Item is <number>.
  119.  
  120. See also:  boolean?, instance?, integer?, list?, real?, string?, type
  121.  
  122.  
  123. _________________________________________________
  124.  
  125.                                       real?     *361*
  126.  
  127.  
  128. Input names: Item
  129.  
  130. Input types: <any>
  131.  
  132. Output names: [Result]
  133.  
  134. Output types: [boolean]
  135.  
  136. Description:     Result is TRUE if and only if type of Item is real.
  137.  
  138. See also:  boolean?, instance?, integer?, list?, number?, string?, type
  139.  
  140.  
  141. _________________________________________________
  142.  
  143.                                string?     *361*
  144.  
  145.  
  146. Input names: Item
  147.  
  148. Input types: <any>
  149.  
  150. Output names: [Result]
  151.  
  152. Output types: [boolean]
  153.  
  154. Description:     Result is TRUE if and only if type of Item is string.
  155.  
  156. See also:  boolean?, instance?, integer?, list?, number?, real?, type
  157.  
  158.  
  159. _________________________________________________
  160.  
  161.                          type     *362*
  162.  
  163.  
  164. Input types: <any>
  165.  
  166. Output types: string
  167.  
  168. Description:     Type is the type of Item.
  169.  
  170. See also:  mac-type, boolean?, instance?, integer?, list?, number?, real?,  string?
  171.